1. htmlmeterelement api: value

  2. urlsearchparams api: delete: `value` parameter

  3. urlsearchparams api: has: `value` parameter

  4. webgl2renderingcontext api: clearbufferfv: `values` parameter accepts `sharedarraybuffer` type

  5. webgl2renderingcontext api: clearbufferiv: `values` parameter accepts `sharedarraybuffer` type

  6. webgl2renderingcontext api: clearbufferuiv: `values` parameter accepts `sharedarraybuffer` type

  7. webgl2renderingcontext api: uniformmatrix2fv: `value` parameter accepts `sharedarraybuffer` type

  8. webgl2renderingcontext api: uniformmatrix3fv: `value` parameter accepts `sharedarraybuffer` type

  9. webgl2renderingcontext api: uniformmatrix4fv: `value` parameter accepts `sharedarraybuffer` type

  10. webgl2renderingcontext api: vertexattrib1fv: `value` parameter accepts `sharedarraybuffer` type

  11. webgl2renderingcontext api: vertexattrib2fv: `value` parameter accepts `sharedarraybuffer` type

  12. webgl2renderingcontext api: vertexattrib3fv: `value` parameter accepts `sharedarraybuffer` type

  13. webgl2renderingcontext api: vertexattrib4fv: `value` parameter accepts `sharedarraybuffer` type

  14. webgl2renderingcontext api: vertexattribi4iv: `value` parameter accepts `sharedarraybuffer` type

  15. webgl2renderingcontext api: vertexattribi4uiv: `value` parameter accepts `sharedarraybuffer` type

  16. webglrenderingcontext api: vertexattrib1fv: `value` parameter accepts `sharedarraybuffer` type

  17. webglrenderingcontext api: vertexattrib2fv: `value` parameter accepts `sharedarraybuffer` type

  18. webglrenderingcontext api: vertexattrib3fv: `value` parameter accepts `sharedarraybuffer` type

  19. webglrenderingcontext api: vertexattrib4fv: `value` parameter accepts `sharedarraybuffer` type

  20. window api: open: `features` parameter accepts `"attributionsrc"` value

  21. window api: open: `features` parameter accepts `"popup"` value

  22. xrdepthinformation api: rawvaluetometers

  23. css selector: `::-webkit-meter-even-less-good-value`

  24. css selector: `::-webkit-meter-optimum-value`

  25. css selector: `::-webkit-meter-suboptimum-value`

  26. types: <color>: `color()` (profiled color values): mix `<percentage>` and `<number>` in parameters

  27. types: <color>: `rgb()` (rgb color model): float values in parameters

  28. html element: meter: value

  29. javascript built-in: intl: datetimeformat: `datetimeformat()` constructor: `options` parameter: `options.timezonename` parameter: `shortgeneric`/`longgeneric`/`shortoffset`/`longoffset` as `options.timezonename` option

  30. javascript built-in: intl: numberformat: format: `number` param string value is decimal (not `number`)

  31. javascript built-in: intl: numberformat: `numberformat()` constructor: `options` parameter: `options.signdisplay` parameter: `negative` value

  32. javascript built-in: intl: numberformat: `numberformat()` constructor: `options` parameter: `options.usegrouping` parameter: `options.usegrouping` parameter accepts: `'always'`, `'auto'`, `'min2'` (in addition to: `true` and `false`)

  33. javascript function: default parameters: destructured parameter with default value assignment